home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / MPW / UnDumpFile 1.01 / UnDumpFile.cp < prev    next >
Encoding:
Text File  |  1994-11-30  |  6.1 KB  |  18 lines  |  [TEXT/MPS ]

  1. /***
  2.  *
  3.  *    UnDumpFile.cp - MPW tool to rebuild a binary file from a hex dump
  4.  *    Copyright © Christopher E. Hyde, 1994.  All rights reserved.
  5.  *
  6.  *    Version:    1.01
  7.  *    Usage:        UnDumpFile -o outputFile [inputFiles...]
  8.  *
  9.  ***/
  10.  
  11. /*
  12.   DESCRIPTION:
  13.     This simple MPW tool written in C++ creates a binary data file by reading the hexidecimal 
  14.     byte codes in a file created by the MPW tool 'DumpFile'.  This allows a binary file to be 
  15.     'dumped' edited (by inserting or removing hex bytes) and then 'undumped'.
  16.  
  17.   USAGE:
  18.